java.lang.ObjectSampleMethods
public class SampleMethods
Write a description of class SampleMethods here.
| Constructor Summary | |
|---|---|
SampleMethods()
|
|
| Method Summary | |
|---|---|
static double |
myMultiplyMethod(double numA,
double numB)
This method multiplies two numbers and returns the result |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SampleMethods()
| Method Detail |
|---|
public static double myMultiplyMethod(double numA,
double numB)
numA - the first number to be multipliednumB - the second number to be multiplied